home *** CD-ROM | disk | FTP | other *** search
- Subject: How to order views
- Sent: 7/1/96 12:01 PM
- Received: 7/1/96 12:22 PM
- From: Jerome Jahnke, j-jahnke@uchicago.edu
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- I have a part that doesn't know what to draw until something is dragged
- into it, what it does is draws multiple pages as an analog to a paper form.
- Anyway, when this part is a root part, since I create all the page graphics
- after I create the grow icon, the grow icon is quite often covered up.
-
- No problem I think, since my frame is a child of CSuperView I can just
- change the ordering in the list. Well no luck, you have made the list of
- subviews private.
-
- The question is, other than predicting how many and what kind of views are
- going to be created how to order my subviews so that they draw correctly?
- Or should I delete the growIcon each time I add a view and recreate it when
- I am done (a solution that does not seem all that elegant to me.)
-
- Jer,
-
- ------------------------------------------------------------------------------
- Jerome Jahnke |Well, I was only a kid didn't know enough to be afraid
- BSD Academic Computing |Playing the game, but not the way the big boys played
- University of Chicago |Nothing to lose maybe I had something to trade
- j-jahnke@uchicago.edu |The way the big wheel spins * The Big Wheel -- N Peart
- ------------------------------------------------------------------------------
-
-
-